Announcing TypeScript 6.0 Beta - TypeScript
--moduleResolution bundlerと--module commonjsの併用が可能に
新しいtarget: es2025とlib: es2025を追加し最新API型を提供 Map.getOrInsertなどのupsert APIが型として利用可能
dom.iterableとdom.asynciterableがdomに統合され設定が簡素化
typesのデフォルトが[]となり不要な型読み込みが削減
--moduleResolution node(node10)が非推奨 esModuleInterop falseとallowSyntheticDefaultImports falseが禁止
import asserts構文が廃止されimport withへ移行
no-default-libディレクティブが非推奨 6.0での非推奨項目はignoreDeprecations: "6.0"で一時回避可能
7.0では非推奨項目が完全削除されるため早期移行が推奨